home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Amodal Dialogs, etc.
- Date: Tue, 19 Jul 1994 17:33:18 +1000
- From: Warwick Allison <warwick@cs.uq.oz.au>
- Precedence: bulk
-
- Timothy Miller wrote:
-
- >In addition to this, I decided that I wanted to keep the title of the
- >window stored in the resource file also. When the dialog is initialized,
- >the object number of any object with a TEDINFO is passed to the service
- >routine and the title is retreived from there.
-
- Alternatively, you could use a Free String for this.
-
- (eg. in gem++:
-
- GEMformwindow my_window(activity, rsc, MY_WIN);
- my_window.SetName(rsc.String(MY_WIN_TITLE));
- )
-
- --
- Warwick
-